home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Translation Manager / Readme - Translation Mgr SDK next >
Encoding:
Text File  |  1998-06-05  |  2.3 KB  |  35 lines  |  [ttro/ttxt]

  1.  
  2.  
  3. Translation Manager SDK
  4.  
  5. The Translation Manager SDK is an update to the Mac OS Easy Open SDK. This document discusses:
  6. – What’s new?
  7. – What’s important for developers?
  8. – Which content should I look at?
  9.  
  10. What’s new?
  11.  
  12. The original Translation Manager SDK (called the Mac OS Easy Open SDK) was designed when Mac OS Easy Open was a standalone shrink-wrapped product. Since Mac OS 7.5, the renamed Macintosh Easy Open has been part of the regular System software. Starting with Mac OS 8.5, the Macinotsh Easy Open control panel will disappear – the Translation Manager will be packaged in the System file and the interface will be provided by the File Exchange control panel.
  13.  
  14. What’s important for developers?
  15.  
  16. The important thing for developers is that the Mac OS Easy Open SDK tells you to create Translation Extension components as accelerated code resources. We no longer recommend you do that. We recommend you package Translation Extension components in the same way that QuickTime components with PowerPC code are packaged. This method is described in the Mac OS Tech Note 1004 (found in the Documentation folder).
  17.  
  18. We have included an update of our LowerToUpperCase Translation Extension component packaged in accordance with Mac OS Tech Note 1004 in the Translation Extension Example folder inside the Sample Code folder. We’ve also included the file TranslationComponent.c, which can be used to develop your own replacement for the Translation Extension libraries.
  19.  
  20. Which content should I look at?
  21.  
  22. The main items to pay attention to are:
  23.  
  24. Documentation:Tech Note 1004.pdf
  25.  Describes how QuickTime components (and Translation Extension components) with PowerPC code should be packaged.
  26.  
  27. Sample Code:Translation Extension Example:
  28.  This folder contains an example Translation Extension packaged according to Tech Note 1004 with 68K and PowerPC code. It should be used as the basis for any future Translation Extension development.
  29.  
  30. Check the “!!Readme!!” and/or “!!Notes!!” files for folder-specific information.
  31.  
  32.  
  33. © 1998 Apple Computer, Inc. All rights reserved. Apple, the Apple logo, Macintosh, Mac OS, Power Macintosh, and QuickTime are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. PowerPC is a registered trademark of International Business Machines Corporation, used under license therefrom.
  34.